PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeSetTextMatrixOperator Method
First matrix element
Second matrix element
Third matrix element
Fourth matrix element
Fifth matrix element
Sixth matrix element
In This Topic
    analyzeSetTextMatrixOperator Method
    In This Topic
    Called when Tm operator is found.
    Syntax
    public void analyzeSetTextMatrixOperator( 
       double m11,
       double m12,
       double m21,
       double m22,
       double tx,
       double ty
    )

    Parameters

    m11
    First matrix element
    m12
    Second matrix element
    m21
    Third matrix element
    m22
    Fourth matrix element
    tx
    Fifth matrix element
    ty
    Sixth matrix element
    See Also